home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / door / pbmsg103.zip / RANEXT.CTL < prev    next >
Text File  |  1992-08-14  |  2KB  |  57 lines

  1. ;
  2. ; Sample File for RaNext.
  3. ;
  4. ; (c)'92 Arnoud Aquina  Released through Proboard Holland +31 2155 28681
  5. ;
  6. ;
  7. ; The Screen parameter tells RaNext wich screen will be used to show
  8. ; the message at his logon on your BBS, use it without extension, this
  9. ; appends the programm, ex. WELCOME, WELCOME1, GROUPx, NEWS, etc....
  10. Screen = Welcome1
  11. ;
  12. ;
  13. ; The Message parameter is an advertising text wich the user see's 
  14. ; on the inlog screen of RaNext.
  15. Message = Join AquiNet now, call Holland [+31-35-859162] for more details...
  16. ;
  17. ;
  18. ; The Pass parameter is a toggle switch wich shows the user
  19. ; his password in the info screen, Enable/Disable this [ON/OFF]
  20. Pass = ON
  21. ;
  22. ;
  23. ; The Parameter Clear tells if you want screen clearing after 
  24. ; pressing enter by showing the file to user. [YES/NO]
  25. Clear = YES
  26. ;
  27. ;
  28. ; Next, you can chooce a dateformat for the output file.
  29. ;       0  -> User setting, found in exitinfo.bbs file
  30. ;       1  -> DD-MM-YY
  31. ;       2  -> MM-DD-YY
  32. ;       3  -> YY-MM-DD
  33. ;       4  -> DD-Mnn-YY
  34. ; INVALID  -> Use this when you are using a ProBoard BBS system.
  35. Dateformat = INVALID
  36. ;
  37. ;
  38. ; Local board number where to write a message to sysop 
  39. ; if not available with chat. For example your sysop board.
  40. Board = 1
  41. ;
  42. ;
  43. ; Define a external chatter, only if you can direct invoke the
  44. ; chatter, this option is properly working.
  45. ; Change to 'Yes' if really using this option.
  46. Extchatter = AESCHCHT.EXE -IMM
  47. Extuse = No
  48. ;
  49. ;
  50. ; Wich Flags line do you wanna use for your MsgBase ? {A..D / None}
  51. ; Not for ProBoard users, so leave it on 'None'.
  52. FlagBar = None
  53. ;
  54. ; End of file.
  55.  
  56.  
  57.